os.File.writeTo (method)

2 uses

	os (current package)
		file.go#L249: 	n, handled, e := f.writeTo(w)
		zero_copy_linux.go#L27: func (f *File) writeTo(w io.Writer) (written int64, handled bool, err error) {